home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
let_it_f.swf
/
scripts
/
DefineSprite_610
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
158b
|
10 lines
tryagain.onPress = function()
{
_parent.play();
};
endgame.onPress = function()
{
_root.giveup = true();
_parent.gotoAndPlay("endgame");
};